home *** CD-ROM | disk | FTP | other *** search
/ Secret Rendez-vous / Secret Rendez-vous.iso / mac / Starware Movie Player / Starware Movie Player.DXR / 00030_SoundHigh.ls < prev    next >
Encoding:
Text File  |  1995-04-24  |  198 b   |  10 lines

  1. on mouseDown
  2.   global soundSetting
  3.   puppetSound("mouse down")
  4.   repeat while the stillDown
  5.     updateStage()
  6.   end repeat
  7.   set soundSetting to 256
  8.   set the volume of sprite 3 to soundSetting
  9. end
  10.